- 07.08.2019 6 коммитов
-
-
Camil Staps создал
-
Camil Staps создал
Expose time since starring on project/:id/starrers API endpoint; exclude private profiles here as well
-
Camil Staps создал
Fix API endpoint for starred projects of a user; add info about starred projects on profile to documentation
-
Camil Staps создал
-
Camil Staps создал
-
Camil Staps создал
-
- 05.08.2019 1 коммит
-
-
Steve Abrams создал
API endpoints for requesting container repositories and container repositories with their tag information are enabled for users that want to specify the group containing the repository rather than the specific project.
-
- 04.08.2019 1 коммит
-
-
Patrick Derichs создал
-
- 02.08.2019 1 коммит
-
-
George Koltsov создал
`allow_local_requests_for_hooks_and_services` was renamed to `allow_local_requests_for_web_hooks_and_services`.
-
- 01.08.2019 1 коммит
-
-
Patrick Derichs создал
Remove project from NotesFinder constructor Add project parameter to specs Also look for methods in private scope Fix specs to match new NotesFinder constructor
-
- 30.07.2019 1 коммит
-
-
- 26.07.2019 4 коммита
-
-
Oleg Zubchenko создал
-
Peter Leitzen создал
Convert several occurrences of `map` + `flatten` to `flat_map` where applicable.
-
-
Matija Čupić создал
* Reword Project#latest_successful_build_for to Project#latest_successful_build_for_ref * Reword Ci::Pipeline#latest_successful_for to Ci::Pipeline#latest_successful_build_for_ref
-
- 25.07.2019 1 коммит
-
-
- 23.07.2019 2 коммита
-
-
-
Matija Čupić создал
Adds specs for testing the new behavior of specifying a pipeline when POSTing a status.
-
- 18.07.2019 3 коммита
-
-
Mathieu Parent создал
-
Markus Koller создал
When passing start_branch on committing from the WebIDE, it's possible that the branch has changed since editing started, which results in the change being applied on top of the latest commit in the branch and overwriting the new changes. By passing the start_sha instead we can make sure that the change is applied on top of the commit which the user started editing from.
-
Francisco Javier López создал
This MR refactor RedisCounter and WebIdeCommitsCounter to be reused by other components.
-
- 17.07.2019 2 коммита
-
-
Gaetan Semet создал
This allows user to specify the pipeline ID when several pipelines has been triggered on the same branch and commit. Signed-off-by:
Gaetan Semet <gaetan.semet@renault.com> -
-
- 16.07.2019 4 коммита
-
-
manojmj создал
This change adds the ability to read and write admin notes for a user via the USER API
-
Francisco Javier López создал
We're adding more redis base counters to the web ide and other classes. We're refactoring this class in other to use the logic in other places.
-
-
Adam Hegyi создал
- Background migration for changing null values to false - Set false as default value for private_profile DB column
-
- 15.07.2019 1 коммит
-
-
Stan Hu создал
Currently the base64-encoded value of the push-to-secondary data is saved in `api_json.log`, and this can easily be hundreds of megabytes. We should filter this from the logs.
-
- 12.07.2019 1 коммит
-
-
- 11.07.2019 2 коммита
-
-
-
Dylan Griffith создал
The current approach requires catching exceptions to handle these errors and callers are already handling model validations so it seems more appropriate. Also it seemed to convoluted to add this logic directly to the model since the model needs to check too many possible associations to determine whether or not there are more than one cluster since the model doesn't know what it's being created on. Additionally we only wanted to validate during create to avoid the risk of existing models becoming invalid by many different edge cases.
-
- 10.07.2019 2 коммита
-
-
Mayra Cabrera создал
Suggests to use a JSON structured log instead Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/54102
-
Fabio Pitino создал
Removing API and frontend interactions that allowed users to take ownership of a trigger token. Removed mentions from the documentation.
-
- 09.07.2019 3 коммита
-
-
charlie ablett создал
- Remove `FeatureConstrainer` call wrapping api endpoint - Remove `Feature.enabled?(:graphql)` conditionals in back and frontend - Modify graphql test to be graphql flag agnostic - Remove api routing spec - Remove frontend feature flag via `gon`
-
Alexandru Croitor создал
-
Tim Zallmann создал
New API endpoint for merge request count Updates all open tabs at the same time with one call Restructured API response API response changed to 401 if no current_user Added API + JS specs Fix for Static Check Updated Count on Open/Close, Assign/Unassign of MR's Checking if MR Count is refreshed Added # frozen_string_literal: true to spec Added Changelog
-
- 05.07.2019 1 коммит
-
-
sujay patel создал
-
- 04.07.2019 1 коммит
-
-
Nick Thomas создал
This MR introduces tracking of the `rebase_jid` for merge requests. As with `merge_ongoing?`, `rebase_in_progress?` will now return true if a rebase is proceeding in sidekiq. After one release, we should remove the Gitaly-based lookup of rebases. It is much better to track this kind of thing via the database.
-
- 03.07.2019 2 коммита
-
-
Maneschi Romain создал
-
Mathieu Parent создал
-