Giter Club home page Giter Club logo

Comments (2)

lmove avatar lmove commented on May 25, 2024 1

Dear @slarse, thanks for your reply. We are running the course right now and we temporarily solve the issue with some bash scripts. I will come back to you in about one week when the students are done with the assignment, and we can experiment a little bit more with the repos!

from repobee.

slarse avatar slarse commented on May 25, 2024

Hi @lmove,

I can't reproduce this problem, so I'll need some more info. I've opened a PR that enables some more verbose logging, could you try running with that version of RepoBee and tell me what the output looks like? See #1087. If you're not sure how to go about installing RepoBee from source, here's an example:

# install in a separate virtual environment this version is not necessarily stable
git clone https://github.com/slarse/repobee.git repobee-slarse -b add-verbose-output --single-branch
cd repobee-slarse
python3 -m venv env
source env/bin/activate
pip install -e .

which repobee # should point to somewhere around the current directory

# now run the command again with verbose logging enabled
# need to enable the gitlab module explicitly as activated plugins won't be picked up when installing this way
repobee -p gitlab repos update -a assignment-x-template -s student-group-name --allow-local-templates --verbose

What output does that provide?

  1. For student projects that have not been modified, I expect to be able to update the content of the project without issue.

Yes, that should be the case.

  1. According to repobee's documentation, it seems that in the case that a student has already pushed to the project, the new changes should be added manually.

Yes, RepoBee will not force push. It offers the possibility of opening an issue with an explanation of the changes (and perhaps a diff to apply). RepoBee figures out which repos have been modified and which have not on its own, so there's no need to manually discern between the two.

Additionally, could you provide the following info:

  1. Version of RepoBee
    • repobee --version
  2. Version of your GitLab instance
  3. Version of Python
  4. Output from repobee config verify

from repobee.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.