| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
This reverts commit a5378665a1dc0b9c8dc3a4fa279a0eb78aac5aac.
|
|
|
|
| |
spec/features/groups/group_page_with_external_authorization_service_spec to EE
|
|
|
|
|
|
|
|
|
|
|
| |
Related to:
- https://gitlab.com/gitlab-org/gitlab-ce/issues/60270
- https://gitlab.com/gitlab-org/gitlab-ce/issues/60271
- https://gitlab.com/gitlab-org/gitlab-ce/issues/60272
- https://gitlab.com/gitlab-org/gitlab-ce/issues/60273
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
| |
Prioritize and simplify project settings content.
|
| |
|
|
|
|
|
| |
Button at projects/pipelines/new was 'Create pipeline' and was
changed to 'Run Pipeline'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add columns to store project creation settings
Add project creation level column in groups
and default project creation column in application settings
Remove obsolete line from schema
Update migration with project_creation_level column existence check
Rename migrations to avoid conflicts
Update migration methods
Update migration method
|
|
|
| |
This reverts merge request !26823
|
|
|
|
| |
spec/features/groups/group_page_with_external_authorization_service_spec to EE
|
|
|
|
|
|
|
| |
- rewords examples starting with 'should'
- rewords examples starting with 'it'
Note: I had to manually fixup "onlies" to "only"
|
|\
| |
| |
| |
| |
| |
| | |
Display cluster form validation error messages inline
Closes #57602
See merge request gitlab-org/gitlab-ce!26502
|
| |
| |
| |
| |
| | |
Update QA selector to specify that API URL
is a input type=url field
|
| |
| |
| |
| |
| | |
- Add controls for sorting by title and date
- Execute Gitaly call which now accepts sorting params for wikis
|
| |
| |
| |
| | |
Regenerate locale.pot as well
|
|\ \
| | |
| | |
| | | |
jarv/dev-to-gitlab-2019-04-02
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
Return cached languages if they've been detected before
See merge request gitlab/gitlabhq!2998
|
| | | | |
|
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | | |
This makes sure we load the page as part of the spec, instead of a
before block. So we could still perform setup inside shared examples,
avoiding failures caught by data being wrongly cached when loading the
page multiple times during a single spec
|
| | |
| | |
| | |
| | |
| | | |
The link to the job page was not set properly,
with this commit it links to the correct job page.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Untangle Markdown/Diffs/Notes CSS mess
See merge request gitlab-org/gitlab-ce!26493
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Before, the styling for `img:not(.emoji)`` was repeated between
`.md:not(.use-csslab):not(.wiki)` (for comments and the Markdown
preview), `.documentation.wiki` (for help pages), and
`.issuable-details .description .wiki` (for MR and issue descriptions).
In these places, we now simply use `.md`. Wherever we use `.md` but
don't want this image styling (like wikis and blobs), `.md-file` is
added.
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
Update job detail view sidebar to accommodate post-merge pipelines
See merge request gitlab-org/gitlab-ce!25777
|
| | |
| | |
| | |
| | |
| | | |
This commit updates the job detail view sidebar to accommodate new
states introduced as part of the post-merge pipeline feature.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Update pipeline list view to accommodate post-merge request pipelines
See merge request gitlab-org/gitlab-ce!25690
|
| |/ /
| | |
| | |
| | |
| | | |
This commit updates the pipeline page and related components to include
new pipeline information added by the post-merge pipeline feature.
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Create project-specific Kubernetes resources just-in-time
See merge request gitlab-org/gitlab-ce!25586
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Introduces the concept of Prerequisites for a CI build.
If a build has unmet prerequisites it will go through the
:preparing state before being made available to a runner.
There are no actual prerequisites yet, so current
behaviour is unchanged.
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Introduces a new status for builds between :created and :pending
that will be used when builds require one or more prerequisite
actions to be completed before being picked up by a runner
(such as creating Kubernetes resources before deploying).
The existing :created > :pending transition is unchanged, so
only builds that require preparation will use the :preparing
status.
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Commit changes
Add spec
Add changelog
fix
fix
Fix
Fix spec
Finish spec
ok
nice
ok
ok
ok
fix
|
|
|
|
| |
Show a loading spinner while Ingress/Knative IP is being assigned
|
|
|
|
|
| |
- Remove irrelevante information
- Remove horizontal scrolling on smaller viewports
- Hide auto devops flash message for empty projects
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Includes instance methods on Group model to detect when a group has
AutoDevOps explicitly/implicitly enabled/disabled.
- Includes migration to add a new column to namespaces table
- Add UI necessary modifications
- Add service and controller to update auto devops
related instances
- Updates project and groups auto devops badges
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52447
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Fixed the blob editor deleting all content for files
Closes #58578
See merge request gitlab-org/gitlab-ce!25865
|
| |
| |
| |
| |
| |
| | |
This only happens for files that the path consists of only numbers
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58578
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Edit Knative domain after it has been deployed
Closes #56937
See merge request gitlab-org/gitlab-ce!25386
|
| | |
|
| |
| |
| |
| | |
- This is to avoid colision with EE ClusterUpdateAppWorker
|
| | |
|
| |
| |
| |
| |
| | |
- specs for clicking Install button
- specs for clicking Save changes button
|
| |
| |
| |
| |
| | |
Use plain job name in the "Deploy to..." dropdown
Both in the old haml template and in the new vue component
|
|\ \
| | |
| | |
| | |
| | | |
CE Update project settings section titles and info
See merge request gitlab-org/gitlab-ce!25817
|
| |/
| |
| |
| |
| |
| |
| |
| | |
Improve wording of project settings section
headers.
Improve order of sections.
Adds section toggling by section title.
Translates section titles and descriptions.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Updated ContextualSidebar to render collapsed on smaller screens
Closes #38010
See merge request gitlab-org/gitlab-ce!24555
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Updated nav-sidebar to reflect the documented
behaviour from the design.gitlab.com docs:
https://design.gitlab.com/regions/navigation#contextual-navigation
Updated rspec tests to reflect the expected behaviour
|
| | | |
|
| |/
| |
| |
| | |
Use mobile collapsing behaviour at width 1200px
|
|\ \
| |/
|/| |
|